home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / fmail355.zip / GTDOOR11.BAT < prev    next >
DOS Batch File  |  1992-11-16  |  661b  |  34 lines

  1. @echo off
  2. rem
  3. rem  Sample .BAT file for FASTMAIL
  4. rem
  5. rem  This .BAT assumes that have set your GTPATH environment
  6. rem  variable to H:\GT, you are using COM2
  7. rem  and that you have set the DSZPORT environment variable correctly
  8. rem
  9. rem
  10. rem I use GTDRWY to create the DOOR.SYS for DOORWAY
  11. rem
  12. GTDRWY > nul
  13. REM
  14. REM Set the working DRIVE for FASTMAIL
  15. REM
  16. H:
  17. REM
  18. REM run FASTMAIL
  19. REM
  20. doorway SYS /B:MS /S:H:\gt /O:T /P:c:\util\fastmail.exe /L150 /D /C05:10 /BYN
  21. REM
  22. REM check the errrorlevel returned
  23. REM
  24. getdrwy
  25. if errorlevel 254 goto LOGOFF
  26. goto END
  27. REM
  28. :LOGOFF
  29. REM Download and Exit selected - drop carrier
  30. REM
  31. SETDTR 2 OFF
  32. :END
  33.  
  34.